From 41dc2c486c9c40826b1e74fe23066707865b4159 Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Thu, 20 Dec 2007 14:49:54 +0000 Subject: [PATCH] Remove leftovers from old XRandR check. Makes the build work again on 2007-12-20 Kristian Rietveld * configure.in: Remove leftovers from old XRandR check. Makes the build work again on systems without xrandr 1.2. svn path=/trunk/; revision=19211 --- ChangeLog | 5 +++++ configure.in | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0763dc39e6..6e63f8b92c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-20 Kristian Rietveld + + * configure.in: Remove leftovers from old XRandR check. Makes + the build work again on systems without xrandr 1.2. + 2007-12-20 Christian Persch * configure.in: diff --git a/configure.in b/configure.in index 47e354fe49..6651b2be87 100644 --- a/configure.in +++ b/configure.in @@ -1337,10 +1337,6 @@ if test "x$gdktarget" = "xx11"; then X_PACKAGES="$X_PACKAGES xrandr" fi - - if $have_randr ; then - AC_DEFINE(HAVE_RANDR, 1, Have the Xrandr extension library) - fi # Checks for Xcursor library -- 2.30.2